home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / softg1.unp < prev    next >
Text File  |  1985-06-28  |  8KB  |  169 lines

  1. SOFTG.UNP           Breaking Sofguard version 2.00
  2.                                                     by The Lone Victor
  3.  
  4.      Programs that are protected by the Softguard system are distingished
  5. by the fileS CML0200.HCL and VDF0200.VDW which are hidden in the root
  6. directory when you install the program on your fixed disk.  The 0200
  7. part of the file names is the Softguard version (2.00) while CML stands
  8. for Common Loader and VDF is the Volume Descriptor File.  The extentions
  9. HCL and VDW stand for Hard Common Loader and Verify Descriptor Working
  10. copy.  In addition, there will be a hidden root file with a .EXE or .LOD
  11. extention.  This is the REAL program, which has been encrypted and hidden.  
  12.  
  13.      The program <FILE>.COM, in the product directory is the Softguard mini-
  14. loader.  All it does is call the Common Loader.  For example, when you run
  15. dbase, the program DBASE.COM loads CML0200.HCL high in memory and runs it.  
  16. CML decrypts itself and reads VDF0200.VDW.  The VDF file contains some code 
  17. and data from the fixed disk FAT at the time of installation.  By comparing 
  18. the information in the VDF file with the current FAT, CML can tell if the
  19. CML, VDF, and DBASE.EXE files are in the same place on the disk where they 
  20. were installed.  If they have moved, say from a backup & restore, then dBase 
  21. will not run.
  22.  
  23.      This text file is designed to let you unprotect ANY of the programs
  24. using the Softguard 2.00 system.  We will use dBase III as an example,
  25. but values for other programs will be included in a table.
  26.  
  27.      The dBase III compiler named CLIPPER uses Softguard 2.03 (i.e. has
  28. CML0203.HCL, etc.)  Many of the code addresses are different in this 
  29. version.  This text will not, currently, unprotect any programs using 
  30. Softguard 2.03.  Versions 1.00 of dBase III and Framework used ProLock.  
  31. To unprotect Prolock disks read the file PROLOCK.UNP, also by yours truely.
  32.  
  33.      This table is an experiment designed to keep down the number of files
  34. uploaded to BBS's.  When I started it, this text file was named SOFTG1.UNP.  
  35. Whenever you add a product to the table (including your "name" if desired)  
  36. increment the file name by one and upload it to your local BBS.  Don't worry 
  37. about the fact that others will be doing the same.  Higher versions of 
  38. SOFTGxxx.UNP will not INSURE that they contain all the tabulated products, 
  39. but will be MORE LIKELY to contain them all.  Eventually we'll get them all 
  40. collected.  
  41.  
  42.      If you find a new program to add to the table, just enter the name of 
  43. the encrypted, hidden file in the root directory, and it's size converted
  44. to HEX.  Try it out before you upload it to your BBS.
  45.  
  46.      If you have any comments on this unprotect routine or the PROLOCK.UNP
  47. routine, please leave them on the Atlanta PCUG BBS (404) 634-5731.
  48.  
  49.                                           The Lone Victor - 6/26/85
  50.  
  51.  
  52.  
  53.             TABLE OF VALUES FOR VARIOUS PROTECTED PROGRAMS
  54.  
  55.                      FILE    FINAL
  56. PRODUCT  VERSION     NAME     EXT  SIZE:  BX=  CX=        CONTRIBUTOR
  57. ------------------------------------------------------------------------
  58.  
  59. dBase III   1.10     DBASE    EXE   BX = 1  CX = AC00  The Lone Victor 4/15/85
  60. Framework   1.10     FW       EXE   BX = 2  CX = F400  Q-1367
  61.                                   (I question this next file size - L.V.)
  62. WordStar    1.00     WS2000   EXE   BX = 1  CX = AC00  Gerald Lee
  63. Double DOS    ?      DOUBLEDO EXE   BX = ?  CX = ?     Big Al & Coffee Man
  64. Spot Light    ?      SL       EXE   BX = 0  CX = 6700
  65.  
  66.  
  67.  
  68.  
  69.      The following instructions show you how to bypass the SoftGuard copy 
  70. protection scheme using dBase III version 1.10 as an example.  To use it 
  71. with other products, simply substitute the values in the table above for 
  72. the values given below.  The only things that change are the file name, 
  73. and the size that goes in the BX:CX register pair.
  74.  
  75.      First, using your valid, original dBase III diskette, install it on
  76. a fixed disk.  You cannot use this text to unprotect the floppy directly!
  77. Softguard hides three files in your fixed disk root directory: CML0200.HCL, 
  78. VDF0200.VDW, and DBASE.EXE.  It also copies DBASE.COM into your chosen dBase 
  79. directory.  DBASE.EXE is the real dBase III program, encrypted.  (This file
  80. might also be named DBASE.LOD, but is the same thing.)
  81.  
  82.      Second, un-hide the three files in the root directory.  You can do
  83. this with the programs ALTER.COM or FM.COM found on any BBS.
  84.  
  85.      Make copies of the three files, and of DBASE.COM, into some other
  86. directory.
  87.  
  88.      Hide the three root files again using ALTER or FM.
  89.  
  90.      Following the dBase instructions, UNINSTALL dBase III.  You can now
  91. put away your original dBase diskette.  We are done with it.
  92.  
  93.      Next we will make some patches to CML0200.HCL to allow us to trace
  94. through the code in DEBUG.  These patches will keep it from killing our
  95. interrupt vectors.
  96.  
  97. debug cml0200.hcl
  98. e 3F9 <CR>  2A.4A <CR>          ; change the 2A to 4A
  99. e 49D <CR>  F6.16 <CR>          ;  if any of these numbers don't show up
  100. e 506 <CR>  E9.09 <CR>          ;  it's not working.
  101. e A79 <CR>  00.20 <CR>          ;
  102. e AE9 <CR>  00.20 <CR>          ;
  103. e 73C  97 FA FA F4 F1 7E <CR>   ; this is an encrypted call to 0:300
  104. w                               ; write out the new CML file
  105. q                               ; quit debug
  106.  
  107.  
  108.      Now copy your four saved files back into the root directory and
  109. hide the CML0200.HCL, VDF0200.VDW, and DBASE.EXE files using ALTER or FM.
  110.  
  111.      We can now run DBASE.COM using DEBUG, trace just up to the point
  112. where it has decrypted DBASE.EXE, then write that file out.
  113.  
  114.           ****  USE THE FILE NAME LISTED IN THE TABLE ABOVE  ****
  115.        ****  E.G. USE FW.COM INSTEAD OF DBASE.COM FOR FRAMEWORK  ****
  116.  
  117. debug DBASE.com                 ; name of file that runs the product
  118. r <CR>                          ; dump debug's registers
  119.  
  120.           ****  WRITE DOWN THE VALUE OF DS FOR USE BELOW.  ****
  121.      ****  THIS VALUE IS DEPENDENT ON YOUR PARTICULAR MACHINE.  ****
  122.  
  123. a 0:300 <CR>                    ; we must assemble some code here
  124.         pop     ax
  125.         cs:
  126.         mov     [320],ax        ; save return address
  127.         pop     ax
  128.         cs:
  129.         mov     [322],ax
  130.         push    es              ; set up stack the way we need it
  131.         mov     ax,20
  132.         mov     es,ax
  133.         mov     ax,0
  134.         cs:
  135.         jmp     far ptr [320]   ; jump to our return address
  136.  <CR>
  137. g 406                           ; now we can trace CML
  138. t
  139. g 177                           ; this stuff just traces past some
  140. g 1E9                           ;   encryption routines.
  141. t
  142. g 54E                           ; wait while reading VDF & FAT
  143. g=559 569
  144. g=571 857                       ; DBASE.EXE has been decrypted
  145.  
  146.               ****  USE THE FILE SIZE LISTED IN THE TABLE ABOVE  ****
  147.               ****  THE VALUES HERE ARE FOR DBASE III 1.10 ONLY  ****
  148.  
  149. rBX <CR>  
  150. :1                              ; set BX to 1 for dBase
  151. rCX <CR>
  152. :AC00                           ; set CX to AC00 for dBase
  153.  
  154.               ****  USE THE FILE NAME LISTED IN THE TABLE ABOVE  ****
  155.  
  156. nDBASE.bin                      ; name of file to write to
  157. w XXXX:100                      ; where XXXX is the value of DS that
  158.                                 ;   you wrote down at the begining.
  159. q                               ; quit debug
  160.  
  161.      Last, unhide and delete the three root files CML0200.HCL, VDF0200.VDW, 
  162. and DBASE.EXE.  Delete DBASE.COM and rename DBASE.BIN to DBASE.EXE.  This is 
  163. the real dBase III program without any SoftGuard code or encryption.  It 
  164. requires only the DBASE.OVL file to run.  Every protected program I have seen
  165. has the .EXE extention, but it is possible to use Softguard to encrypt .COM
  166. files too.  See the table above for the proper extention to put on the de-
  167. crypted file.
  168.